@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'work_sansregular';
 src: url('../fonts/worksans-regular-webfont.woff2') format('woff2'),  url('../fonts/worksans-regular-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}

.tabsection {
	width:100%;
	display:block;}
	
.tabs50L {
	width:49%;
	display:block;
	float:left;
	}
	
.tabs50R {
	width:49%;
	display:block;
	float:right;
	}	
	
/* Contact form */

.formbox {
	width:100%;
	display:block;
	float:left;
	margin:20px 0px;}

.inlinerow {
	width:100%;
	display:block;
	float:left;}
	
.formitemL {
	width:49%;
	display:block;
	float:left;
	padding:15px 0px;
	box-sizing:border-box;}	
	
.formitemR {
	width:49%;
	display:block;
	float:right;
	padding:15px 0px;
	box-sizing:border-box;}		
	
.mstar {
	color: #790000;
    margin-left: 4px;
	font-weight: 700;}
	
.labeltext {
	font-weight: 700;
	color:#000;}	
	
.select-control {
	width:100%;	
    -webkit-appearance: none;
    text-overflow: '';
    background: #FFF;
    border: 1px solid #dadada;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    outline: 0;
    height: auto;
    padding: 6px 15px;
    position: relative;
    text-indent: .01px;
    vertical-align: middle;
    z-index: 5;
    margin: 0;
    border-radius: 0;
    min-width: 70px;
	color: #aaa9a9;}	
	
.select-control option {
    padding: 2px;
    display: block;
}	

.select-arrow {
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    bottom: 1px;
    right: 1px;
    pointer-events: none;
    z-index: 10;
    font-family: icomoon;
    font-size: 9px;
    text-align: center;
}

.posrel {
	position:relative;}	


.submitbtn {
	font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
	display: inline-block;
	color: #ffffff;
	font-family: 'work_sansregular';
    font-weight: 500;
    letter-spacing: 0px;
	padding: 13px 29px;
    line-height: 17px;
	background: #2e75b6;
	text-align:center;
	border:0px;
	outline:0px;}
	
	
	
/* Login */	

/* Responsive Login */

.loginbody {
	background:#E0E0E0 !important;}

.responsive-wrap {
	width:100%;
	display:block;
	float:left;
	padding-top:10%;}
	
.login-contain {
	width:50%;
	max-width:650px;
	min-width:300px;
	display:block;
	margin:0 auto;		
	}
	
.responsive-logo {
	width:100%;
	display:block;
	float:left;	
	text-align:center;}
	
.responsive-logo img {
	width:100%;
	}
	
.logobox-resp {
	background: #FFF;
    border: 1px solid #CCC;
	width:100%;
	display:block;
	float:left;
	padding:20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;	
    border: 1px solid #CCC;
    color: #6b6b6b !important;
	}
	
.logoinnerbox {
	width:100%;
	min-width:265px;
	max-width:405px;
	display:block;
	margin:0 auto;	
	/*min-height:360px;*/
	}
	
.logboxcontain {
	width:100%;
	display:block;
	float:left;
	padding:20px 0px 20px 0px;}		
	
.logrowbox {
	width:100%;
	display:block;
	float:left;
	margin-bottom:10px;}
	
.logrowlabel {
	width:30%;
	display:block;
	float:left;
	line-height:36px;
	font-size:13px;
	}
	
.logrowvalue {
	width:100%;
	display:block;
	float:left;	
	font-size:13px;
	}	
	
.loginput {
	border: 1px solid #ededed;
	background: #fcfebd;
	padding: 0px 5px;
    width: 88%;
    height: 30px;
	font-size:13px;
	}
	
.remembercheckbox {
	width:20px;
	display:block;
	float:left;}	
	
.rememberchecklabel{
	width:90px;
	display:block;
	float:left;}	
	
	
.loginvalueerror {
	width:100%;
	display: block;
	float: left;
	line-height: 20px;
	color:#C00;
	font-size: 13px;
	font-weight: bold;
	}
	
.loginfield {
	width: 100%;
    margin: 0 auto;
    display: block;}	
	
/*.logbg {
	background:#FAFFBD;}*/

.logpanel-logo {
	width:100%;
	display:block;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center; }
			
.Mtop10 {
	margin-top:10px !important;}
	
.red {
    color: #FC2A00;
}
.parsley-error {
    border: 1px solid;		
    border-color: #ff5f5f !important;
}

/* Login changes */

.orangestrip {
	background:#fe6029;
	width:100%;
	display:block;
	float:left;
	height:3px;}
	
.blackstrip {
	background:#333;
	width:100%;
	display:block;
	float:left;	
	padding:18px 0px;
	text-align:center;}	
	
.blackstrip img {
	width:216px;
	height: 20px;}	
	
	
.bluestrip {
	background:#3399cc;
	width:100%;
	display:block;
	float:left;
	height:3px;}
	
.loglabels {
	text-align:right;
	color:#45abcd;
	font-size:14px;
}
	
.loginput {
	background: #E0E0E0;
    border:0;
	padding:5px 10px;
	width:100%;}
			
		
.formtext {
	border:1px solid #d2d2d2;
	height:29px;
	width:100%;
	background:#FFF;
	padding: 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaa9a9;}
	
.Mtop5 {
	margin-top:5px;}
	
.Mtop20 {
	margin-top:20px;}

.modal {
    z-index: 999999 !important;
}

.modal-backdrop { 
    z-index: 99999 !important;    
}

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 767px){
     
.tabs50L {
    width:100%;
    display:block;
    float:left;
    margin:5px 0px;
    }
   
.tabs50R {
    width:100%;
    display:block;
    float:right;
    margin:5px 0px;
    }
   
.table-responsive {
    width:100%;
    display:block;
    float:left;
    overflow-x:scroll;}   
   
.formitemL {
    width:100%;
    display:block;
    float:left;
    padding:15px 0px;
    box-sizing:border-box;}   
   
.formitemR {
    width:100%;
    display:block;
    float:right;
    padding:15px 0px;
    box-sizing:border-box;}   

}			


.alerts {
	width:100%;
	display:block;
	float:left;
	padding:7px 14px;
	font-size:13px;
	font-family: 'source_sans_proregular';
	margin:10px 0px;
	line-height:20px;}
	
.alertclose {	
    float: right;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	padding: 0px;
    border: 0px;
    outline: 0px;
	background:transparent;}	
	
.alert-fail {
	color: #a94442;
    background-color: #f2dede;
    border:1px solid #ebccd1;}	
	
.alert-success {
	color: #3c763d;
    background-color: #dff0d8;
    border:1px solid #d6e9c6;}		
		

.text-left { text-align: left !important; }

.text-center { text-align: center !important; }

.text-right { text-align: right !important; }

